@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
--theme-font-family: 'Poppins';
--theme-color: #a80000;
--theme-color-rgb: 168, 0, 0;
--theme-color-opacity-04: rgba(var(--theme-color-rgb), 0.04);
--theme-color-opacity-05: rgba(var(--theme-color-rgb), 0.05);
--theme-color-opacity-20: rgba(var(--theme-color-rgb), 0.20);
--theme-color-opacity-60: rgba(var(--theme-color-rgb), 0.60);
--theme-color-opacity-80: rgba(var(--theme-color-rgb), 0.80);


--secondary-theme-color: #FF9800;
--secondary-theme-color-rgb: 255, 152, 0;
--secondary-color-opacity-50: rgba(var(--secondary-theme-color-rgb), 0.50);
--secondary-color-opacity-60: rgba(var(--secondary-theme-color-rgb), 0.60);


--font-color: #000;
--font-color-rgb: 0, 0, 0;
--font-color-opacity-30: rgba(var(--font-color-rgb), 0.30);
--font-color-opacity-45: rgba(var(--font-color-rgb), 0.45);
--font-color-opacity-50: rgba(var(--font-color-rgb), 0.50);
--font-color-opacity-80: rgba(var(--font-color-rgb), 0.80);
--font-color-opacity-90: rgba(var(--font-color-rgb), 0.90);

--pulse-shadow-color: #a80000;
--pulse-shadow-color-rgb: 168, 0, 0;
--button-background-color: #a80000;
--button-font-color: #fff;
--heading-color: #000;
--bg-color: #ffffff;
--aqua-color: #00d3bd;
--primary-color: #007bff;
--success-color: #4b974d;
--danger-color: #dc3545;
--warning-color: #ffc107;
--dark-color: #000000;
--dark-color-rgb: 0, 0, 0;
--muted-color: #909090;
--viewed-color: #FF9800;
--favorite-color: #a61731;
--twitter-color: #1d9bf0;
--facebook-color: #1877F2; 
--theme-color-border: #FF9800;
--scroll-hide: 17px;
}
